home *** CD-ROM | disk | FTP | other *** search
/ Clickx 63 / Clickx 63.iso / software / netwerktools / winmergev2122 / WinMerge-2.12.2-Setup.exe / {app} / Docs / WinMerge.chm / htmlhelp / css / print.css < prev   
Encoding:
Cascading Style Sheet File  |  2009-04-01  |  849 b   |  53 lines

  1. @import url("all.css") print;
  2. body {
  3.   font-family: Georgia,"Times New Roman",Times,serif;
  4.   font-size: 77%;
  5. }
  6.  
  7.  
  8. .navheader,.navfooter, div#ads {
  9.   display: none;
  10. }
  11.  
  12. h1, h2 {
  13.   font-family: Verdana,Helvetica,Arial,sans-serif;
  14. }
  15.  
  16. h1 {
  17.   font-size: 160%;
  18.   letter-spacing: inherit;
  19. }
  20.  
  21. div.article h2, div.appendix h2, div.index h2 {
  22.   font-size: 140%;
  23. }
  24.  
  25.  
  26. div.section h3 {
  27.   font-size: 120%;
  28. }
  29. div.section h4 {
  30.   font-size: 110%;
  31. }
  32.  
  33. div.toc p{
  34.   color: #000;
  35. }
  36.  
  37.  
  38. .screen {
  39.   padding: 5px;
  40.   background-color: none;
  41.   border: 1px solid #CCCCCC;
  42.   border-left: 10px solid #CCCCCC;
  43. }
  44.  
  45. .caution,.important,.note,.tip,.warning {
  46.   background-color: none;
  47.   border: 1px solid #808080;
  48. }
  49.  
  50. /* links */
  51. a:link { color:black; text-decoration:underline; }
  52. a:visited { color:black; text-decoration:underline; }
  53.